3.7.17 \(\int \frac {1}{(d+e x) (a+b (d+e x)^2+c (d+e x)^4)} \, dx\) [617]

Optimal. Leaf size=94 \[ \frac {b \tanh ^{-1}\left (\frac {b+2 c (d+e x)^2}{\sqrt {b^2-4 a c}}\right )}{2 a \sqrt {b^2-4 a c} e}+\frac {\log (d+e x)}{a e}-\frac {\log \left (a+b (d+e x)^2+c (d+e x)^4\right )}{4 a e} \]

[Out]

ln(e*x+d)/a/e-1/4*ln(a+b*(e*x+d)^2+c*(e*x+d)^4)/a/e+1/2*b*arctanh((b+2*c*(e*x+d)^2)/(-4*a*c+b^2)^(1/2))/a/e/(-
4*a*c+b^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.09, antiderivative size = 94, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 8, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.267, Rules used = {1156, 1128, 719, 29, 648, 632, 212, 642} \begin {gather*} \frac {b \tanh ^{-1}\left (\frac {b+2 c (d+e x)^2}{\sqrt {b^2-4 a c}}\right )}{2 a e \sqrt {b^2-4 a c}}-\frac {\log \left (a+b (d+e x)^2+c (d+e x)^4\right )}{4 a e}+\frac {\log (d+e x)}{a e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((d + e*x)*(a + b*(d + e*x)^2 + c*(d + e*x)^4)),x]

[Out]

(b*ArcTanh[(b + 2*c*(d + e*x)^2)/Sqrt[b^2 - 4*a*c]])/(2*a*Sqrt[b^2 - 4*a*c]*e) + Log[d + e*x]/(a*e) - Log[a +
b*(d + e*x)^2 + c*(d + e*x)^4]/(4*a*e)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 632

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 642

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[d*(Log[RemoveContent[a + b*x +
c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 648

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 719

Int[1/(((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)), x_Symbol] :> Dist[e^2/(c*d^2 - b*d*e + a*e^2
), Int[1/(d + e*x), x], x] + Dist[1/(c*d^2 - b*d*e + a*e^2), Int[(c*d - b*e - c*e*x)/(a + b*x + c*x^2), x], x]
 /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ[2*c*d - b*e, 0]

Rule 1128

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[x^((m - 1)/2)*(a +
 b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[(m - 1)/2]

Rule 1156

Int[(u_)^(m_.)*((a_.) + (b_.)*(v_)^2 + (c_.)*(v_)^4)^(p_.), x_Symbol] :> Dist[u^m/(Coefficient[v, x, 1]*v^m),
Subst[Int[x^m*(a + b*x^2 + c*x^(2*2))^p, x], x, v], x] /; FreeQ[{a, b, c, m, p}, x] && LinearPairQ[u, v, x]

Rubi steps

\begin {align*} \int \frac {1}{(d+e x) \left (a+b (d+e x)^2+c (d+e x)^4\right )} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{x \left (a+b x^2+c x^4\right )} \, dx,x,d+e x\right )}{e}\\ &=\frac {\text {Subst}\left (\int \frac {1}{x \left (a+b x+c x^2\right )} \, dx,x,(d+e x)^2\right )}{2 e}\\ &=\frac {\text {Subst}\left (\int \frac {1}{x} \, dx,x,(d+e x)^2\right )}{2 a e}+\frac {\text {Subst}\left (\int \frac {-b-c x}{a+b x+c x^2} \, dx,x,(d+e x)^2\right )}{2 a e}\\ &=\frac {\log (d+e x)}{a e}-\frac {\text {Subst}\left (\int \frac {b+2 c x}{a+b x+c x^2} \, dx,x,(d+e x)^2\right )}{4 a e}-\frac {b \text {Subst}\left (\int \frac {1}{a+b x+c x^2} \, dx,x,(d+e x)^2\right )}{4 a e}\\ &=\frac {\log (d+e x)}{a e}-\frac {\log \left (a+b (d+e x)^2+c (d+e x)^4\right )}{4 a e}+\frac {b \text {Subst}\left (\int \frac {1}{b^2-4 a c-x^2} \, dx,x,b+2 c (d+e x)^2\right )}{2 a e}\\ &=\frac {b \tanh ^{-1}\left (\frac {b+2 c (d+e x)^2}{\sqrt {b^2-4 a c}}\right )}{2 a \sqrt {b^2-4 a c} e}+\frac {\log (d+e x)}{a e}-\frac {\log \left (a+b (d+e x)^2+c (d+e x)^4\right )}{4 a e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 128, normalized size = 1.36 \begin {gather*} \frac {4 \sqrt {b^2-4 a c} \log (d+e x)-\left (b+\sqrt {b^2-4 a c}\right ) \log \left (b-\sqrt {b^2-4 a c}+2 c (d+e x)^2\right )+\left (b-\sqrt {b^2-4 a c}\right ) \log \left (b+\sqrt {b^2-4 a c}+2 c (d+e x)^2\right )}{4 a \sqrt {b^2-4 a c} e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((d + e*x)*(a + b*(d + e*x)^2 + c*(d + e*x)^4)),x]

[Out]

(4*Sqrt[b^2 - 4*a*c]*Log[d + e*x] - (b + Sqrt[b^2 - 4*a*c])*Log[b - Sqrt[b^2 - 4*a*c] + 2*c*(d + e*x)^2] + (b
- Sqrt[b^2 - 4*a*c])*Log[b + Sqrt[b^2 - 4*a*c] + 2*c*(d + e*x)^2])/(4*a*Sqrt[b^2 - 4*a*c]*e)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 3.
time = 0.18, size = 184, normalized size = 1.96

method result size
risch \(\frac {\ln \left (e x +d \right )}{a e}+\frac {\left (\munderset {\textit {\_R} =\RootOf \left (\left (4 a^{2} c \,e^{2}-a \,b^{2} e^{2}\right ) \textit {\_Z}^{2}+\left (4 a c e -b^{2} e \right ) \textit {\_Z} +c \right )}{\sum }\textit {\_R} \ln \left (\left (\left (10 e^{3} a c -3 b^{2} e^{3}\right ) \textit {\_R} +5 c \,e^{2}\right ) x^{2}+\left (\left (20 a c d \,e^{2}-6 b^{2} d \,e^{2}\right ) \textit {\_R} +10 c d e \right ) x +\left (10 a \,d^{2} e c -3 b^{2} d^{2} e -a b e \right ) \textit {\_R} +5 c \,d^{2}+2 b \right )\right )}{2}\) \(155\)
default \(\frac {\ln \left (e x +d \right )}{a e}+\frac {\munderset {\textit {\_R} =\RootOf \left (e^{4} c \,\textit {\_Z}^{4}+4 d \,e^{3} c \,\textit {\_Z}^{3}+\left (6 d^{2} e^{2} c +e^{2} b \right ) \textit {\_Z}^{2}+\left (4 d^{3} e c +2 d e b \right ) \textit {\_Z} +d^{4} c +d^{2} b +a \right )}{\sum }\frac {\left (-e^{3} c \,\textit {\_R}^{3}-3 d \,e^{2} c \,\textit {\_R}^{2}+e \left (-3 c \,d^{2}-b \right ) \textit {\_R} -c \,d^{3}-b d \right ) \ln \left (x -\textit {\_R} \right )}{2 e^{3} c \,\textit {\_R}^{3}+6 d \,e^{2} c \,\textit {\_R}^{2}+6 c \,d^{2} e \textit {\_R} +2 c \,d^{3}+e b \textit {\_R} +b d}}{2 a e}\) \(184\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x+d)/(a+b*(e*x+d)^2+c*(e*x+d)^4),x,method=_RETURNVERBOSE)

[Out]

ln(e*x+d)/a/e+1/2/a/e*sum((-e^3*c*_R^3-3*d*e^2*c*_R^2+e*(-3*c*d^2-b)*_R-c*d^3-b*d)/(2*_R^3*c*e^3+6*_R^2*c*d*e^
2+6*_R*c*d^2*e+2*c*d^3+_R*b*e+b*d)*ln(x-_R),_R=RootOf(e^4*c*_Z^4+4*d*e^3*c*_Z^3+(6*c*d^2*e^2+b*e^2)*_Z^2+(4*c*
d^3*e+2*b*d*e)*_Z+d^4*c+d^2*b+a))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(a+b*(e*x+d)^2+c*(e*x+d)^4),x, algorithm="maxima")

[Out]

e^(-1)*log(x*e + d)/a - integrate((c*x^3*e^3 + 3*c*d*x^2*e^2 + c*d^3 + b*d + (3*c*d^2*e + b*e)*x)/(c*x^4*e^4 +
 4*c*d*x^3*e^3 + c*d^4 + b*d^2 + (6*c*d^2*e^2 + b*e^2)*x^2 + 2*(2*c*d^3*e + b*d*e)*x + a), x)/a

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 460, normalized size = 4.89 \begin {gather*} \left [\frac {{\left (\sqrt {b^{2} - 4 \, a c} b \log \left (\frac {2 \, c^{2} x^{4} e^{4} + 8 \, c^{2} d x^{3} e^{3} + 2 \, c^{2} d^{4} + 2 \, b c d^{2} + 2 \, {\left (6 \, c^{2} d^{2} + b c\right )} x^{2} e^{2} + 4 \, {\left (2 \, c^{2} d^{3} + b c d\right )} x e + b^{2} - 2 \, a c + {\left (2 \, c x^{2} e^{2} + 4 \, c d x e + 2 \, c d^{2} + b\right )} \sqrt {b^{2} - 4 \, a c}}{c x^{4} e^{4} + 4 \, c d x^{3} e^{3} + c d^{4} + {\left (6 \, c d^{2} + b\right )} x^{2} e^{2} + b d^{2} + 2 \, {\left (2 \, c d^{3} + b d\right )} x e + a}\right ) - {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{4} e^{4} + 4 \, c d x^{3} e^{3} + c d^{4} + {\left (6 \, c d^{2} + b\right )} x^{2} e^{2} + b d^{2} + 2 \, {\left (2 \, c d^{3} + b d\right )} x e + a\right ) + 4 \, {\left (b^{2} - 4 \, a c\right )} \log \left (x e + d\right )\right )} e^{\left (-1\right )}}{4 \, {\left (a b^{2} - 4 \, a^{2} c\right )}}, \frac {{\left (2 \, \sqrt {-b^{2} + 4 \, a c} b \arctan \left (-\frac {{\left (2 \, c x^{2} e^{2} + 4 \, c d x e + 2 \, c d^{2} + b\right )} \sqrt {-b^{2} + 4 \, a c}}{b^{2} - 4 \, a c}\right ) - {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{4} e^{4} + 4 \, c d x^{3} e^{3} + c d^{4} + {\left (6 \, c d^{2} + b\right )} x^{2} e^{2} + b d^{2} + 2 \, {\left (2 \, c d^{3} + b d\right )} x e + a\right ) + 4 \, {\left (b^{2} - 4 \, a c\right )} \log \left (x e + d\right )\right )} e^{\left (-1\right )}}{4 \, {\left (a b^{2} - 4 \, a^{2} c\right )}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(a+b*(e*x+d)^2+c*(e*x+d)^4),x, algorithm="fricas")

[Out]

[1/4*(sqrt(b^2 - 4*a*c)*b*log((2*c^2*x^4*e^4 + 8*c^2*d*x^3*e^3 + 2*c^2*d^4 + 2*b*c*d^2 + 2*(6*c^2*d^2 + b*c)*x
^2*e^2 + 4*(2*c^2*d^3 + b*c*d)*x*e + b^2 - 2*a*c + (2*c*x^2*e^2 + 4*c*d*x*e + 2*c*d^2 + b)*sqrt(b^2 - 4*a*c))/
(c*x^4*e^4 + 4*c*d*x^3*e^3 + c*d^4 + (6*c*d^2 + b)*x^2*e^2 + b*d^2 + 2*(2*c*d^3 + b*d)*x*e + a)) - (b^2 - 4*a*
c)*log(c*x^4*e^4 + 4*c*d*x^3*e^3 + c*d^4 + (6*c*d^2 + b)*x^2*e^2 + b*d^2 + 2*(2*c*d^3 + b*d)*x*e + a) + 4*(b^2
 - 4*a*c)*log(x*e + d))*e^(-1)/(a*b^2 - 4*a^2*c), 1/4*(2*sqrt(-b^2 + 4*a*c)*b*arctan(-(2*c*x^2*e^2 + 4*c*d*x*e
 + 2*c*d^2 + b)*sqrt(-b^2 + 4*a*c)/(b^2 - 4*a*c)) - (b^2 - 4*a*c)*log(c*x^4*e^4 + 4*c*d*x^3*e^3 + c*d^4 + (6*c
*d^2 + b)*x^2*e^2 + b*d^2 + 2*(2*c*d^3 + b*d)*x*e + a) + 4*(b^2 - 4*a*c)*log(x*e + d))*e^(-1)/(a*b^2 - 4*a^2*c
)]

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 320 vs. \(2 (78) = 156\).
time = 13.55, size = 320, normalized size = 3.40 \begin {gather*} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) \log {\left (\frac {2 d x}{e} + x^{2} + \frac {- 8 a^{2} c e \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) + 2 a b^{2} e \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) - 2 a c + b^{2} + b c d^{2}}{b c e^{2}} \right )} + \left (\frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) \log {\left (\frac {2 d x}{e} + x^{2} + \frac {- 8 a^{2} c e \left (\frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) + 2 a b^{2} e \left (\frac {b \sqrt {- 4 a c + b^{2}}}{4 a e \left (4 a c - b^{2}\right )} - \frac {1}{4 a e}\right ) - 2 a c + b^{2} + b c d^{2}}{b c e^{2}} \right )} + \frac {\log {\left (\frac {d}{e} + x \right )}}{a e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(a+b*(e*x+d)**2+c*(e*x+d)**4),x)

[Out]

(-b*sqrt(-4*a*c + b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4*a*e))*log(2*d*x/e + x**2 + (-8*a**2*c*e*(-b*sqrt(-4*a*c
+ b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4*a*e)) + 2*a*b**2*e*(-b*sqrt(-4*a*c + b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4
*a*e)) - 2*a*c + b**2 + b*c*d**2)/(b*c*e**2)) + (b*sqrt(-4*a*c + b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4*a*e))*log
(2*d*x/e + x**2 + (-8*a**2*c*e*(b*sqrt(-4*a*c + b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4*a*e)) + 2*a*b**2*e*(b*sqrt
(-4*a*c + b**2)/(4*a*e*(4*a*c - b**2)) - 1/(4*a*e)) - 2*a*c + b**2 + b*c*d**2)/(b*c*e**2)) + log(d/e + x)/(a*e
)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 274 vs. \(2 (87) = 174\).
time = 4.83, size = 274, normalized size = 2.91 \begin {gather*} -\frac {e^{\left (-1\right )} \log \left ({\left | c x^{4} e^{4} + 4 \, c d x^{3} e^{3} + 6 \, c d^{2} x^{2} e^{2} + 4 \, c d^{3} x e + c d^{4} + b x^{2} e^{2} + 2 \, b d x e + b d^{2} + a \right |}\right )}{4 \, a} + \frac {e^{\left (-1\right )} \log \left ({\left | x e + d \right |}\right )}{a} - \frac {{\left (\frac {a b c e^{3} \log \left ({\left | b x^{2} e^{2} + 2 \, b d x e + \sqrt {b^{2} - 4 \, a c} x^{2} e^{2} + 2 \, \sqrt {b^{2} - 4 \, a c} d x e + b d^{2} + \sqrt {b^{2} - 4 \, a c} d^{2} + 2 \, a \right |}\right )}{\sqrt {b^{2} - 4 \, a c}} - \frac {a b c e^{3} \log \left ({\left | -b x^{2} e^{2} - 2 \, b d x e + \sqrt {b^{2} - 4 \, a c} x^{2} e^{2} + 2 \, \sqrt {b^{2} - 4 \, a c} d x e - b d^{2} + \sqrt {b^{2} - 4 \, a c} d^{2} - 2 \, a \right |}\right )}{\sqrt {b^{2} - 4 \, a c}}\right )} e^{\left (-4\right )}}{4 \, a^{2} c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(a+b*(e*x+d)^2+c*(e*x+d)^4),x, algorithm="giac")

[Out]

-1/4*e^(-1)*log(abs(c*x^4*e^4 + 4*c*d*x^3*e^3 + 6*c*d^2*x^2*e^2 + 4*c*d^3*x*e + c*d^4 + b*x^2*e^2 + 2*b*d*x*e
+ b*d^2 + a))/a + e^(-1)*log(abs(x*e + d))/a - 1/4*(a*b*c*e^3*log(abs(b*x^2*e^2 + 2*b*d*x*e + sqrt(b^2 - 4*a*c
)*x^2*e^2 + 2*sqrt(b^2 - 4*a*c)*d*x*e + b*d^2 + sqrt(b^2 - 4*a*c)*d^2 + 2*a))/sqrt(b^2 - 4*a*c) - a*b*c*e^3*lo
g(abs(-b*x^2*e^2 - 2*b*d*x*e + sqrt(b^2 - 4*a*c)*x^2*e^2 + 2*sqrt(b^2 - 4*a*c)*d*x*e - b*d^2 + sqrt(b^2 - 4*a*
c)*d^2 - 2*a))/sqrt(b^2 - 4*a*c))*e^(-4)/(a^2*c)

________________________________________________________________________________________

Mupad [B]
time = 2.50, size = 2173, normalized size = 23.12 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((d + e*x)*(a + b*(d + e*x)^2 + c*(d + e*x)^4)),x)

[Out]

log(d + e*x)/(a*e) - (log(a + b*d^2 + c*d^4 + b*e^2*x^2 + c*e^4*x^4 + 2*b*d*e*x + 6*c*d^2*e^2*x^2 + 4*c*d^3*e*
x + 4*c*d*e^3*x^3)*(2*b^2*e - 8*a*c*e))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2)) - (b*atan((16*a^3*x^2*(((3*b^3 - 8*a*
b*c)*((b^2*(10*b*c^3*e^18 + ((2*b^2*e - 8*a*c*e)*(12*b^3*c^2*e^19 - 40*a*b*c^3*e^19))/(2*(4*a*b^2*e^2 - 16*a^2
*c*e^2))))/(16*a^2*e^2*(4*a*c - b^2)) - ((2*b^2*e - 8*a*c*e)^2*(10*b*c^3*e^18 + ((2*b^2*e - 8*a*c*e)*(12*b^3*c
^2*e^19 - 40*a*b*c^3*e^19))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2))))/(4*(4*a*b^2*e^2 - 16*a^2*c*e^2)^2) + (b^2*(2*b^
2*e - 8*a*c*e)*(12*b^3*c^2*e^19 - 40*a*b*c^3*e^19))/(16*a^2*e^2*(4*a*c - b^2)*(4*a*b^2*e^2 - 16*a^2*c*e^2))))/
(8*a^3*c^2*(25*a*c - 6*b^2)) - (((b*(2*b^2*e - 8*a*c*e)^2*(12*b^3*c^2*e^19 - 40*a*b*c^3*e^19))/(16*a*e*(4*a*c
- b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)^2) - (b^3*(12*b^3*c^2*e^19 - 40*a*b*c^3*e^19))/(64*a^3*e^3*(4*a*c -
b^2)^(3/2)) + (b*(2*b^2*e - 8*a*c*e)*(10*b*c^3*e^18 + ((2*b^2*e - 8*a*c*e)*(12*b^3*c^2*e^19 - 40*a*b*c^3*e^19)
)/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2))))/(4*a*e*(4*a*c - b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)))*(3*b^4 + 10*a^2
*c^2 - 14*a*b^2*c))/(8*a^3*c^2*(4*a*c - b^2)^(1/2)*(25*a*c - 6*b^2)))*(4*a*c - b^2)^(3/2))/(b^2*c^2*e^14) + (2
*(3*b^3 - 8*a*b*c)*(4*a*c - b^2)^(3/2)*((b^2*(((2*b^2*e - 8*a*c*e)*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 - 4
0*a*b*c^3*d^2*e^17))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2)) + 4*b^2*c^2*e^16 + 10*b*c^3*d^2*e^16))/(16*a^2*e^2*(4*a*
c - b^2)) - ((2*b^2*e - 8*a*c*e)^2*(((2*b^2*e - 8*a*c*e)*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 - 40*a*b*c^3*
d^2*e^17))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2)) + 4*b^2*c^2*e^16 + 10*b*c^3*d^2*e^16))/(4*(4*a*b^2*e^2 - 16*a^2*c*
e^2)^2) + (b^2*(2*b^2*e - 8*a*c*e)*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 - 40*a*b*c^3*d^2*e^17))/(16*a^2*e^2
*(4*a*c - b^2)*(4*a*b^2*e^2 - 16*a^2*c*e^2))))/(b^2*c^4*e^14*(25*a*c - 6*b^2)) - (2*(4*a*c - b^2)*(3*b^4 + 10*
a^2*c^2 - 14*a*b^2*c)*((b*(2*b^2*e - 8*a*c*e)*(((2*b^2*e - 8*a*c*e)*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 -
40*a*b*c^3*d^2*e^17))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2)) + 4*b^2*c^2*e^16 + 10*b*c^3*d^2*e^16))/(4*a*e*(4*a*c -
b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)) - (b^3*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 - 40*a*b*c^3*d^2*e^17)
)/(64*a^3*e^3*(4*a*c - b^2)^(3/2)) + (b*(2*b^2*e - 8*a*c*e)^2*(4*a*b^2*c^2*e^17 + 12*b^3*c^2*d^2*e^17 - 40*a*b
*c^3*d^2*e^17))/(16*a*e*(4*a*c - b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)^2)))/(b^2*c^4*e^14*(25*a*c - 6*b^2))
+ (16*a^3*x*(((3*b^3 - 8*a*b*c)*((b^2*(((2*b^2*e - 8*a*c*e)*(24*b^3*c^2*d*e^18 - 80*a*b*c^3*d*e^18))/(2*(4*a*b
^2*e^2 - 16*a^2*c*e^2)) + 20*b*c^3*d*e^17))/(16*a^2*e^2*(4*a*c - b^2)) - ((2*b^2*e - 8*a*c*e)^2*(((2*b^2*e - 8
*a*c*e)*(24*b^3*c^2*d*e^18 - 80*a*b*c^3*d*e^18))/(2*(4*a*b^2*e^2 - 16*a^2*c*e^2)) + 20*b*c^3*d*e^17))/(4*(4*a*
b^2*e^2 - 16*a^2*c*e^2)^2) + (b^2*(2*b^2*e - 8*a*c*e)*(24*b^3*c^2*d*e^18 - 80*a*b*c^3*d*e^18))/(16*a^2*e^2*(4*
a*c - b^2)*(4*a*b^2*e^2 - 16*a^2*c*e^2))))/(8*a^3*c^2*(25*a*c - 6*b^2)) - ((3*b^4 + 10*a^2*c^2 - 14*a*b^2*c)*(
(b*(2*b^2*e - 8*a*c*e)*(((2*b^2*e - 8*a*c*e)*(24*b^3*c^2*d*e^18 - 80*a*b*c^3*d*e^18))/(2*(4*a*b^2*e^2 - 16*a^2
*c*e^2)) + 20*b*c^3*d*e^17))/(4*a*e*(4*a*c - b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)) - (b^3*(24*b^3*c^2*d*e^1
8 - 80*a*b*c^3*d*e^18))/(64*a^3*e^3*(4*a*c - b^2)^(3/2)) + (b*(2*b^2*e - 8*a*c*e)^2*(24*b^3*c^2*d*e^18 - 80*a*
b*c^3*d*e^18))/(16*a*e*(4*a*c - b^2)^(1/2)*(4*a*b^2*e^2 - 16*a^2*c*e^2)^2)))/(8*a^3*c^2*(4*a*c - b^2)^(1/2)*(2
5*a*c - 6*b^2)))*(4*a*c - b^2)^(3/2))/(b^2*c^2*e^14)))/(2*a*e*(4*a*c - b^2)^(1/2))

________________________________________________________________________________________